FML EXP
Fast Math Library.
This function is a faster replacement for Dark Basic Pro's native EXP() function. FML EXP returns the value of e raised to the power of Value, where e is the base of the natural logarithms.

ARGUMENTS:
* Value = the value e will be raised to

RETURNS:
Returns the result as a float value.


SYNTAX
Return Float=FML EXP(Value)


RELATED INFO
View Number Operations Index
View STYX Index
View STYX Main File